home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / s_to_z / srwdemo / srwedit.dfm / srwedit.txt
Encoding:
Text File  |  1996-09-15  |  26.3 KB  |  860 lines

  1. object frmSrwEdit: TfrmSrwEdit
  2.   Left = 120
  3.   Top = 137
  4.   HelpContext = 1006
  5.   BorderStyle = bsDialog
  6.   Caption = 'Edit Alias.Field'
  7.   ClientHeight = 233
  8.   ClientWidth = 473
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object grpExpr: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 361
  22.     Height = 206
  23.     Caption = 'Custom Field Expression'
  24.     Font.Color = clMaroon
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 2
  30.     Visible = False
  31.     object labExpr2: TLabel
  32.       Left = 8
  33.       Top = 158
  34.       Width = 153
  35.       Height = 17
  36.       AutoSize = False
  37.       Caption = '&Custom Expression'
  38.       Font.Color = clBlack
  39.       Font.Height = -11
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.     end
  44.     object labExpr1: TLabel
  45.       Left = 8
  46.       Top = 16
  47.       Width = 105
  48.       Height = 17
  49.       AutoSize = False
  50.       Caption = '&Tables/Fields'
  51.       Font.Color = clBlack
  52.       Font.Height = -11
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = [fsBold]
  55.       ParentFont = False
  56.     end
  57.     object Label3: TLabel
  58.       Left = 184
  59.       Top = 16
  60.       Width = 129
  61.       Height = 17
  62.       AutoSize = False
  63.       Caption = '&Operators/Functions'
  64.       Font.Color = clBlack
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = [fsBold]
  68.       ParentFont = False
  69.     end
  70.     object outTables: TOutline
  71.       Left = 10
  72.       Top = 32
  73.       Width = 167
  74.       Height = 121
  75.       Options = [ooDrawTreeRoot, ooDrawFocusRect, ooStretchBitmaps]
  76.       ItemHeight = 13
  77.       Font.Color = clBlack
  78.       Font.Height = -11
  79.       Font.Name = 'MS Sans Serif'
  80.       Font.Style = []
  81.       ParentCtl3D = False
  82.       Ctl3D = True
  83.       TabOrder = 0
  84.       OnDblClick = outTablesDblClick
  85.       ItemSeparator = ':'
  86.       ParentFont = False
  87.       ParentShowHint = False
  88.       ShowHint = False
  89.       ScrollBars = ssVertical
  90.     end
  91.     object lstFunctions: TListBox
  92.       Left = 184
  93.       Top = 32
  94.       Width = 169
  95.       Height = 121
  96.       Font.Color = clBlack
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.       ItemHeight = 13
  101.       Items.Strings = (
  102.         '+'
  103.         '-'
  104.         '*'
  105.         '/'
  106.         '( '
  107.         ')'
  108.         '||'
  109.         'COUNT(Table.Field)'
  110.         'SUM(Table.Field)'
  111.         'AVG(Table.Field)'
  112.         'MIN(Table.Field)'
  113.         'MAX(Table.Field)'
  114.         'UPPER(Table.Field)'
  115.         'LOWER(Table.Field)'
  116.         'SUBSTRING(Table.Field FROM start FOR length)'
  117.         'TRIM(LEADING " " FROM Table.Field)'
  118.         'TRIM(TRAILING " " FROM Table.Field)'
  119.         'TRIM(BOTH " " FROM Table.Field)'
  120.         'EXTRACT(YEAR FROM Table.DateTime)'
  121.         'EXTRACT(MONTH FROM Table.DateTime)'
  122.         'EXTRACT(DAY FROM Table.DateTime)'
  123.         'EXTRACT(HOUR FROM Table.DateTime)'
  124.         'EXTRACT(MINUTE FROM Table.DateTime)'
  125.         'EXTRACT(SECOND FROM Table.DateTime)')
  126.       ParentFont = False
  127.       TabOrder = 1
  128.       OnDblClick = lstFunctionsDblClick
  129.     end
  130.     object txtExpr: TEdit
  131.       Left = 8
  132.       Top = 174
  133.       Width = 345
  134.       Height = 20
  135.       Font.Color = clBlack
  136.       Font.Height = -11
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = [fsBold]
  139.       ParentFont = False
  140.       TabOrder = 2
  141.     end
  142.   end
  143.   object cmdPrevField: TBitBtn
  144.     Left = 376
  145.     Top = 13
  146.     Width = 41
  147.     Height = 25
  148.     Hint = 'Move to previous field'
  149.     Font.Color = clNavy
  150.     Font.Height = -13
  151.     Font.Name = 'System'
  152.     Font.Style = [fsBold]
  153.     ParentFont = False
  154.     ParentShowHint = False
  155.     ShowHint = True
  156.     TabOrder = 3
  157.     OnClick = cmdPrevFieldClick
  158.     Glyph.Data = {
  159.       78010000424D7801000000000000760000002800000020000000100000000100
  160.       04000000000000000000120B0000120B00000000000000000000000000000000
  161.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  162.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  163.       3333333333333333333333333333333333333333333333333333333333333333
  164.       3333333333333FF3333333333333003333333333333F77F33333333333009033
  165.       333333333F7737F333333333009990333333333F773337FFFFFF330099999000
  166.       00003F773333377777770099999999999990773FF33333FFFFF7330099999000
  167.       000033773FF33777777733330099903333333333773FF7F33333333333009033
  168.       33333333337737F3333333333333003333333333333377333333333333333333
  169.       3333333333333333333333333333333333333333333333333333333333333333
  170.       33333333333333333333333333333333333333333333333333330000}
  171.     NumGlyphs = 2
  172.     Style = bsNew
  173.   end
  174.   object cmdNextField: TBitBtn
  175.     Left = 424
  176.     Top = 13
  177.     Width = 41
  178.     Height = 25
  179.     Hint = 'Move to next field'
  180.     Font.Color = clNavy
  181.     Font.Height = -13
  182.     Font.Name = 'System'
  183.     Font.Style = [fsBold]
  184.     ParentFont = False
  185.     ParentShowHint = False
  186.     ShowHint = True
  187.     TabOrder = 4
  188.     OnClick = cmdNextFieldClick
  189.     Glyph.Data = {
  190.       78010000424D7801000000000000760000002800000020000000100000000100
  191.       04000000000000000000120B0000120B00000000000000000000000000000000
  192.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  193.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  194.       3333333333333333333333333333333333333333333333333333333333333333
  195.       3333333333333333333333333333333333333333333FF3333333333333003333
  196.       3333333333773FF3333333333309003333333333337F773FF333333333099900
  197.       33333FFFFF7F33773FF30000000999990033777777733333773F099999999999
  198.       99007FFFFFFF33333F7700000009999900337777777F333F7733333333099900
  199.       33333333337F3F77333333333309003333333333337F77333333333333003333
  200.       3333333333773333333333333333333333333333333333333333333333333333
  201.       33333333333333333333333333333333333333333333333333330000}
  202.     NumGlyphs = 2
  203.     Style = bsNew
  204.   end
  205.   object cmdPrevFilter: TBitBtn
  206.     Left = 424
  207.     Top = 43
  208.     Width = 41
  209.     Height = 25
  210.     Hint = 'Move to previous filter'
  211.     Font.Color = clNavy
  212.     Font.Height = -13
  213.     Font.Name = 'System'
  214.     Font.Style = [fsBold]
  215.     ParentFont = False
  216.     ParentShowHint = False
  217.     ShowHint = True
  218.     TabOrder = 5
  219.     OnClick = cmdPrevFilterClick
  220.     Glyph.Data = {
  221.       78010000424D7801000000000000760000002800000020000000100000000100
  222.       04000000000000000000120B0000120B00000000000000000000000000000000
  223.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  224.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000333
  225.       3333333333777F33333333333309033333333333337F7F333333333333090333
  226.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  227.       33333333337F7F33333333333309033333333333FF7F7FFFF333333000090000
  228.       3333333777737777F333333099999990333333373F3333373333333309999903
  229.       333333337F33337F33333333099999033333333373F333733333333330999033
  230.       3333333337F337F3333333333099903333333333373F37333333333333090333
  231.       33333333337F7F33333333333309033333333333337373333333333333303333
  232.       333333333337F3333333333333303333333333333337333333330000}
  233.     NumGlyphs = 2
  234.     Style = bsNew
  235.   end
  236.   object cmdNextFilter: TBitBtn
  237.     Left = 376
  238.     Top = 43
  239.     Width = 41
  240.     Height = 25
  241.     Hint = 'Move to next Filter'
  242.     Font.Color = clNavy
  243.     Font.Height = -13
  244.     Font.Name = 'System'
  245.     Font.Style = [fsBold]
  246.     ParentFont = False
  247.     ParentShowHint = False
  248.     ShowHint = True
  249.     TabOrder = 6
  250.     OnClick = cmdNextFilterClick
  251.     Glyph.Data = {
  252.       78010000424D7801000000000000760000002800000020000000100000000100
  253.       04000000000000000000120B0000120B00000000000000000000000000000000
  254.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  255.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  256.       333333333337F33333333333333033333333333333373F333333333333090333
  257.       33333333337F7F33333333333309033333333333337373F33333333330999033
  258.       3333333337F337F33333333330999033333333333733373F3333333309999903
  259.       333333337F33337F33333333099999033333333373333373F333333099999990
  260.       33333337FFFF3FF7F33333300009000033333337777F77773333333333090333
  261.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  262.       33333333337F7F33333333333309033333333333337F7F333333333333090333
  263.       33333333337F7F333333333333000333333333333377733333330000}
  264.     NumGlyphs = 2
  265.     Style = bsNew
  266.   end
  267.   object cmdClear: TBitBtn
  268.     Left = 376
  269.     Top = 112
  270.     Width = 89
  271.     Height = 25
  272.     Hint = 'Erase values'
  273.     Caption = '  Clear   '
  274.     Font.Color = clBlack
  275.     Font.Height = -11
  276.     Font.Name = 'MS Sans Serif'
  277.     Font.Style = [fsBold]
  278.     ParentFont = False
  279.     ParentShowHint = False
  280.     ShowHint = True
  281.     TabOrder = 7
  282.     OnClick = cmdClearClick
  283.     Glyph.Data = {
  284.       90010000424D9001000000000000760000002800000020000000100000000100
  285.       0400000000000001000000000000000000000000000000000000000000000000
  286.       80000080000000808000800000008000800080800000C0C0C000808080000000
  287.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777000
  288.       77777777777777788877777777770D0D077777777777778F8F8777777770D030
  289.       D0777777777778F8F8F87777770D03D30D07777777778F8FFF8F77F770D03D3D
  290.       30D077773778F8FFFFF8FFFF0D03D3D3D3007733338F8FFFFFFFFFF0D03D3D3D
  291.       3D30773338F8FFFFFFFFFF0D03D3D3D3D30777338F8FFFFFFFFFF0D03D3D3D3D
  292.       30777738F8FFFFFFFFF8F003D3D3D3D3077777388FFFFFFFFF87F03D3D3D3D30
  293.       77777738FFFFFFFFF877FF03D3D3D307777777338FFFFFFF8777FFF03D3D30F7
  294.       7777773338FFFFF837777FFF03D30FFF77777773338FFF83337777FFF030FFFF
  295.       777777773338F83333777777FF0FFFF777777777773383333777000000000000
  296.       0000000000000000000000000000000000000000}
  297.     NumGlyphs = 2
  298.     Style = bsNew
  299.   end
  300.   object cmdOk: TBitBtn
  301.     Left = 376
  302.     Top = 142
  303.     Width = 89
  304.     Height = 25
  305.     Caption = ' &Ok      '
  306.     Default = True
  307.     Font.Color = clBlack
  308.     Font.Height = -11
  309.     Font.Name = 'MS Sans Serif'
  310.     Font.Style = [fsBold]
  311.     ParentFont = False
  312.     TabOrder = 8
  313.     OnClick = cmdOkClick
  314.     Glyph.Data = {
  315.       DE010000424DDE01000000000000760000002800000024000000120000000100
  316.       0400000000006801000000000000000000000000000000000000000000000000
  317.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  318.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  319.       3333333333333333333333330000333333333333333333333333F33333333333
  320.       00003333344333333333333333377F3333333333000033334224333333333333
  321.       337337F3333333330000333422224333333333333733337F3333333300003342
  322.       222224333333333373333337F3333333000034222A22224333333337F337F333
  323.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  324.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  325.       0000333333333A222433333333333337F337F33300003333333333A222433333
  326.       333333337F337F33000033333333333A222433333333333337F337F300003333
  327.       33333333A222433333333333337F337F00003333333333333A22433333333333
  328.       3337F37F000033333333333333A223333333333333337F730000333333333333
  329.       333A333333333333333337330000333333333333333333333333333333333333
  330.       0000}
  331.     NumGlyphs = 2
  332.     Style = bsNew
  333.   end
  334.   object cmdCancel: TBitBtn
  335.     Left = 376
  336.     Top = 172
  337.     Width = 89
  338.     Height = 25
  339.     Cancel = True
  340.     Caption = '&Cancel  '
  341.     Font.Color = clBlack
  342.     Font.Height = -11
  343.     Font.Name = 'MS Sans Serif'
  344.     Font.Style = [fsBold]
  345.     ModalResult = 2
  346.     ParentFont = False
  347.     TabOrder = 9
  348.     OnClick = cmdCancelClick
  349.     Glyph.Data = {
  350.       DE010000424DDE01000000000000760000002800000024000000120000000100
  351.       0400000000006801000000000000000000000000000000000000000000000000
  352.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  353.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  354.       333333333333333333333333000033337733333333333333333F333333333333
  355.       0000333911733333973333333377F333333F3333000033391117333911733333
  356.       37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333
  357.       911117111117333337F3337F733337F3000033333911111111733333337F3337
  358.       3333F7330000333333911111173333333337F333333F73330000333333311111
  359.       7333333333337F3333373333000033333339111173333333333337F333733333
  360.       00003333339111117333333333333733337F3333000033333911171117333333
  361.       33337333337F333300003333911173911173333333373337F337F33300003333
  362.       9117333911173333337F33737F337F33000033333913333391113333337FF733
  363.       37F337F300003333333333333919333333377333337FFF730000333333333333
  364.       3333333333333333333777330000333333333333333333333333333333333333
  365.       0000}
  366.     NumGlyphs = 2
  367.     Style = bsNew
  368.   end
  369.   object cmdHelp: TBitBtn
  370.     Left = 376
  371.     Top = 202
  372.     Width = 89
  373.     Height = 25
  374.     Caption = '&Help     '
  375.     Font.Color = clBlack
  376.     Font.Height = -11
  377.     Font.Name = 'MS Sans Serif'
  378.     Font.Style = [fsBold]
  379.     ParentFont = False
  380.     TabOrder = 11
  381.     OnClick = cmdHelpClick
  382.     Kind = bkHelp
  383.     Style = bsNew
  384.   end
  385.   object grpSettings: TGroupBox
  386.     Left = 8
  387.     Top = 8
  388.     Width = 201
  389.     Height = 206
  390.     Caption = 'Field Settings'
  391.     Font.Color = clMaroon
  392.     Font.Height = -11
  393.     Font.Name = 'MS Sans Serif'
  394.     Font.Style = [fsBold]
  395.     ParentFont = False
  396.     TabOrder = 0
  397.     object labType: TLabel
  398.       Left = 8
  399.       Top = 48
  400.       Width = 29
  401.       Height = 13
  402.       Caption = '&Type'
  403.       Font.Color = clBlack
  404.       Font.Height = -11
  405.       Font.Name = 'MS Sans Serif'
  406.       Font.Style = [fsBold]
  407.       ParentFont = False
  408.     end
  409.     object labWidth: TLabel
  410.       Left = 6
  411.       Top = 96
  412.       Width = 34
  413.       Height = 13
  414.       Caption = '&Width'
  415.       Font.Color = clBlack
  416.       Font.Height = -11
  417.       Font.Name = 'MS Sans Serif'
  418.       Font.Style = [fsBold]
  419.       ParentFont = False
  420.     end
  421.     object labHeading: TLabel
  422.       Left = 8
  423.       Top = 24
  424.       Width = 42
  425.       Height = 13
  426.       Caption = '&Header'
  427.       Font.Color = clBlack
  428.       Font.Height = -11
  429.       Font.Name = 'MS Sans Serif'
  430.       Font.Style = [fsBold]
  431.       ParentFont = False
  432.     end
  433.     object labSort: TLabel
  434.       Left = 8
  435.       Top = 72
  436.       Width = 32
  437.       Height = 13
  438.       Caption = '&Show'
  439.       Font.Color = clBlack
  440.       Font.Height = -11
  441.       Font.Name = 'MS Sans Serif'
  442.       Font.Style = [fsBold]
  443.       ParentFont = False
  444.     end
  445.     object Label1: TLabel
  446.       Left = 8
  447.       Top = 144
  448.       Width = 24
  449.       Height = 13
  450.       Caption = '&Sort'
  451.       Font.Color = clBlack
  452.       Font.Height = -11
  453.       Font.Name = 'MS Sans Serif'
  454.       Font.Style = [fsBold]
  455.       ParentFont = False
  456.     end
  457.     object Label2: TLabel
  458.       Left = 8
  459.       Top = 168
  460.       Width = 30
  461.       Height = 13
  462.       Caption = '&Total'
  463.       Font.Color = clBlack
  464.       Font.Height = -11
  465.       Font.Name = 'MS Sans Serif'
  466.       Font.Style = [fsBold]
  467.       ParentFont = False
  468.     end
  469.     object Label4: TLabel
  470.       Left = 8
  471.       Top = 120
  472.       Width = 29
  473.       Height = 13
  474.       Caption = '&Align'
  475.       Font.Color = clBlack
  476.       Font.Height = -11
  477.       Font.Name = 'MS Sans Serif'
  478.       Font.Style = [fsBold]
  479.       ParentFont = False
  480.     end
  481.     object txtHeading: TEdit
  482.       Left = 56
  483.       Top = 24
  484.       Width = 129
  485.       Height = 20
  486.       Font.Color = clBlack
  487.       Font.Height = -11
  488.       Font.Name = 'MS Sans Serif'
  489.       Font.Style = []
  490.       ParentFont = False
  491.       TabOrder = 0
  492.     end
  493.     object cmbSort: TComboBox
  494.       Left = 56
  495.       Top = 144
  496.       Width = 129
  497.       Height = 20
  498.       Style = csDropDownList
  499.       Font.Color = clBlack
  500.       Font.Height = -11
  501.       Font.Name = 'MS Sans Serif'
  502.       Font.Style = []
  503.       ItemHeight = 13
  504.       Items.Strings = (
  505.         'None'
  506.         'A-Z'
  507.         'Z-A')
  508.       ParentFont = False
  509.       TabOrder = 6
  510.     end
  511.     object cmbShow: TComboBox
  512.       Left = 56
  513.       Top = 72
  514.       Width = 129
  515.       Height = 20
  516.       Style = csDropDownList
  517.       Font.Color = clBlack
  518.       Font.Height = -11
  519.       Font.Name = 'MS Sans Serif'
  520.       Font.Style = []
  521.       ItemHeight = 13
  522.       Items.Strings = (
  523.         'Show'
  524.         'Group'
  525.         'Hide'
  526.         'Sum'
  527.         'Count'
  528.         'Average'
  529.         'Minimum'
  530.         'Maximum')
  531.       ParentFont = False
  532.       TabOrder = 2
  533.     end
  534.     object cmbType: TComboBox
  535.       Left = 56
  536.       Top = 48
  537.       Width = 129
  538.       Height = 20
  539.       Style = csDropDownList
  540.       Enabled = False
  541.       Font.Color = clBlack
  542.       Font.Height = -11
  543.       Font.Name = 'MS Sans Serif'
  544.       Font.Style = []
  545.       ItemHeight = 13
  546.       ParentFont = False
  547.       TabOrder = 1
  548.     end
  549.     object cmbAlign: TComboBox
  550.       Left = 56
  551.       Top = 120
  552.       Width = 129
  553.       Height = 20
  554.       Style = csDropDownList
  555.       Font.Color = clBlack
  556.       Font.Height = -11
  557.       Font.Name = 'MS Sans Serif'
  558.       Font.Style = []
  559.       ItemHeight = 13
  560.       Items.Strings = (
  561.         'Left'
  562.         'Center'
  563.         'Right')
  564.       ParentFont = False
  565.       TabOrder = 5
  566.     end
  567.     object txtWidth: TEdit
  568.       Left = 56
  569.       Top = 96
  570.       Width = 113
  571.       Height = 20
  572.       Font.Color = clBlack
  573.       Font.Height = -11
  574.       Font.Name = 'MS Sans Serif'
  575.       Font.Style = []
  576.       ParentFont = False
  577.       TabOrder = 3
  578.     end
  579.     object spnWidth: TSpinButton
  580.       Left = 168
  581.       Top = 96
  582.       Width = 17
  583.       Height = 20
  584.       DownGlyph.Data = {
  585.         7E040000424D7E04000000000000360400002800000009000000060000000100
  586.         0800000000004800000000000000000000000000000000000000000000000000
  587.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  588.         A600000000000000000000000000000000000000000000000000000000000000
  589.         0000000000000000000000000000000000000000000000000000000000000000
  590.         0000000000000000000000000000000000000000000000000000000000000000
  591.         0000000000000000000000000000000000000000000000000000000000000000
  592.         0000000000000000000000000000000000000000000000000000000000000000
  593.         0000000000000000000000000000000000000000000000000000000000000000
  594.         0000000000000000000000000000000000000000000000000000000000000000
  595.         0000000000000000000000000000000000000000000000000000000000000000
  596.         0000000000000000000000000000000000000000000000000000000000000000
  597.         0000000000000000000000000000000000000000000000000000000000000000
  598.         0000000000000000000000000000000000000000000000000000000000000000
  599.         0000000000000000000000000000000000000000000000000000000000000000
  600.         0000000000000000000000000000000000000000000000000000000000000000
  601.         0000000000000000000000000000000000000000000000000000000000000000
  602.         0000000000000000000000000000000000000000000000000000000000000000
  603.         0000000000000000000000000000000000000000000000000000000000000000
  604.         0000000000000000000000000000000000000000000000000000000000000000
  605.         0000000000000000000000000000000000000000000000000000000000000000
  606.         0000000000000000000000000000000000000000000000000000000000000000
  607.         0000000000000000000000000000000000000000000000000000000000000000
  608.         0000000000000000000000000000000000000000000000000000000000000000
  609.         0000000000000000000000000000000000000000000000000000000000000000
  610.         0000000000000000000000000000000000000000000000000000000000000000
  611.         0000000000000000000000000000000000000000000000000000000000000000
  612.         0000000000000000000000000000000000000000000000000000000000000000
  613.         0000000000000000000000000000000000000000000000000000000000000000
  614.         0000000000000000000000000000000000000000000000000000000000000000
  615.         0000000000000000000000000000000000000000000000000000000000000000
  616.         0000000000000000000000000000000000000000000000000000000000000000
  617.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  618.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  619.         0303030000000303030300030303030000000303030000000303030000000303
  620.         0000000000030300000003000000000000000300000003030303030303030300
  621.         0000}
  622.       TabOrder = 4
  623.       UpGlyph.Data = {
  624.         7E040000424D7E04000000000000360400002800000009000000060000000100
  625.         0800000000004800000000000000000000000000000000000000000000000000
  626.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  627.         A600000000000000000000000000000000000000000000000000000000000000
  628.         0000000000000000000000000000000000000000000000000000000000000000
  629.         0000000000000000000000000000000000000000000000000000000000000000
  630.         0000000000000000000000000000000000000000000000000000000000000000
  631.         0000000000000000000000000000000000000000000000000000000000000000
  632.         0000000000000000000000000000000000000000000000000000000000000000
  633.         0000000000000000000000000000000000000000000000000000000000000000
  634.         0000000000000000000000000000000000000000000000000000000000000000
  635.         0000000000000000000000000000000000000000000000000000000000000000
  636.         0000000000000000000000000000000000000000000000000000000000000000
  637.         0000000000000000000000000000000000000000000000000000000000000000
  638.         0000000000000000000000000000000000000000000000000000000000000000
  639.         0000000000000000000000000000000000000000000000000000000000000000
  640.         0000000000000000000000000000000000000000000000000000000000000000
  641.         0000000000000000000000000000000000000000000000000000000000000000
  642.         0000000000000000000000000000000000000000000000000000000000000000
  643.         0000000000000000000000000000000000000000000000000000000000000000
  644.         0000000000000000000000000000000000000000000000000000000000000000
  645.         0000000000000000000000000000000000000000000000000000000000000000
  646.         0000000000000000000000000000000000000000000000000000000000000000
  647.         0000000000000000000000000000000000000000000000000000000000000000
  648.         0000000000000000000000000000000000000000000000000000000000000000
  649.         0000000000000000000000000000000000000000000000000000000000000000
  650.         0000000000000000000000000000000000000000000000000000000000000000
  651.         0000000000000000000000000000000000000000000000000000000000000000
  652.         0000000000000000000000000000000000000000000000000000000000000000
  653.         0000000000000000000000000000000000000000000000000000000000000000
  654.         0000000000000000000000000000000000000000000000000000000000000000
  655.         0000000000000000000000000000000000000000000000000000000000000000
  656.         000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  657.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  658.         0303030000000300000000000000030000000303000000000003030000000303
  659.         0300000003030300000003030303000303030300000003030303030303030300
  660.         0000}
  661.       OnDownClick = spnWidthDownClick
  662.       OnUpClick = spnWidthUpClick
  663.     end
  664.     object cmbTotal: TComboBox
  665.       Left = 56
  666.       Top = 168
  667.       Width = 129
  668.       Height = 20
  669.       Style = csDropDownList
  670.       Font.Color = clBlack
  671.       Font.Height = -11
  672.       Font.Name = 'MS Sans Serif'
  673.       Font.Style = []
  674.       ItemHeight = 13
  675.       Items.Strings = (
  676.         'None'
  677.         'Column')
  678.       ParentFont = False
  679.       TabOrder = 7
  680.     end
  681.   end
  682.   object tabField: TTabSet
  683.     Left = 8
  684.     Top = 211
  685.     Width = 361
  686.     Height = 21
  687.     DitherBackground = False
  688.     Font.Color = clWindowText
  689.     Font.Height = -11
  690.     Font.Name = 'MS Sans Serif'
  691.     Font.Style = []
  692.     Tabs.Strings = (
  693.       'Settings'
  694.       'Custom')
  695.     TabIndex = 0
  696.     OnChange = tabFieldChange
  697.   end
  698.   object grpValues: TGroupBox
  699.     Left = 200
  700.     Top = 8
  701.     Width = 169
  702.     Height = 220
  703.     Caption = 'Filter 1'
  704.     Font.Color = clMaroon
  705.     Font.Height = -11
  706.     Font.Name = 'MS Sans Serif'
  707.     Font.Style = [fsBold]
  708.     ParentFont = False
  709.     TabOrder = 1
  710.     object labOper1: TLabel
  711.       Left = 136
  712.       Top = 52
  713.       Width = 25
  714.       Height = 13
  715.       Caption = 'Or'
  716.       Font.Color = clBlack
  717.       Font.Height = -11
  718.       Font.Name = 'MS Sans Serif'
  719.       Font.Style = [fsBold]
  720.       ParentFont = False
  721.     end
  722.     object labOper2: TLabel
  723.       Left = 136
  724.       Top = 76
  725.       Width = 25
  726.       Height = 13
  727.       Caption = 'Or'
  728.       Font.Color = clBlack
  729.       Font.Height = -11
  730.       Font.Name = 'MS Sans Serif'
  731.       Font.Style = [fsBold]
  732.       ParentFont = False
  733.     end
  734.     object labOper3: TLabel
  735.       Left = 136
  736.       Top = 100
  737.       Width = 25
  738.       Height = 13
  739.       Caption = 'Or'
  740.       Font.Color = clBlack
  741.       Font.Height = -11
  742.       Font.Name = 'MS Sans Serif'
  743.       Font.Style = [fsBold]
  744.       ParentFont = False
  745.     end
  746.     object labOper4: TLabel
  747.       Left = 136
  748.       Top = 124
  749.       Width = 25
  750.       Height = 13
  751.       Caption = 'Or'
  752.       Font.Color = clBlack
  753.       Font.Height = -11
  754.       Font.Name = 'MS Sans Serif'
  755.       Font.Style = [fsBold]
  756.       ParentFont = False
  757.     end
  758.     object labHint: TLabel
  759.       Left = 8
  760.       Top = 176
  761.       Width = 153
  762.       Height = 41
  763.       AutoSize = False
  764.       Caption = 'Hint'
  765.       Font.Color = clMaroon
  766.       Font.Height = -11
  767.       Font.Name = 'MS Sans Serif'
  768.       Font.Style = [fsBold]
  769.       ParentFont = False
  770.       WordWrap = True
  771.     end
  772.     object txtValue1: TEdit
  773.       Left = 8
  774.       Top = 48
  775.       Width = 121
  776.       Height = 20
  777.       Font.Color = clBlack
  778.       Font.Height = -11
  779.       Font.Name = 'MS Sans Serif'
  780.       Font.Style = []
  781.       ParentFont = False
  782.       TabOrder = 1
  783.     end
  784.     object txtValue2: TEdit
  785.       Left = 8
  786.       Top = 72
  787.       Width = 121
  788.       Height = 20
  789.       Font.Color = clBlack
  790.       Font.Height = -11
  791.       Font.Name = 'MS Sans Serif'
  792.       Font.Style = []
  793.       ParentFont = False
  794.       TabOrder = 2
  795.     end
  796.     object txtValue3: TEdit
  797.       Left = 8
  798.       Top = 96
  799.       Width = 121
  800.       Height = 20
  801.       Font.Color = clBlack
  802.       Font.Height = -11
  803.       Font.Name = 'MS Sans Serif'
  804.       Font.Style = []
  805.       ParentFont = False
  806.       TabOrder = 3
  807.     end
  808.     object txtValue4: TEdit
  809.       Left = 8
  810.       Top = 120
  811.       Width = 121
  812.       Height = 20
  813.       Font.Color = clBlack
  814.       Font.Height = -11
  815.       Font.Name = 'MS Sans Serif'
  816.       Font.Style = []
  817.       ParentFont = False
  818.       TabOrder = 4
  819.     end
  820.     object txtValue5: TEdit
  821.       Left = 8
  822.       Top = 144
  823.       Width = 121
  824.       Height = 20
  825.       Font.Color = clBlack
  826.       Font.Height = -11
  827.       Font.Name = 'MS Sans Serif'
  828.       Font.Style = []
  829.       ParentFont = False
  830.       TabOrder = 5
  831.     end
  832.     object cmbCommands: TComboBox
  833.       Left = 8
  834.       Top = 24
  835.       Width = 153
  836.       Height = 20
  837.       Style = csDropDownList
  838.       Font.Color = clBlack
  839.       Font.Height = -11
  840.       Font.Name = 'MS Sans Serif'
  841.       Font.Style = [fsBold]
  842.       ItemHeight = 13
  843.       Items.Strings = (
  844.         'Is Equal To'
  845.         'Is Between'
  846.         'Is Greater Than'
  847.         'Is Greater or Equal To'
  848.         'Is Less Than'
  849.         'Is Less or Equal To'
  850.         'Contains'
  851.         'Is Not Equal To'
  852.         'Is Not Between'
  853.         'Does Not Contain')
  854.       ParentFont = False
  855.       TabOrder = 0
  856.       OnClick = cmbCommandsClick
  857.     end
  858.   end
  859. end
  860.